gui/objects/gpsbabelfe /usr/bin
debian/gpsbabel.xpm /usr/share/pixmaps
gui/gpsbabel.desktop /usr/share/applications
+gui/gmapbase.html /usr/share/gpsbabel
--- /dev/null
+--- a/gui/map.cc
++++ b/gui/map.cc
+@@ -90,7 +90,7 @@ Map::Map(QWidget* parent,
+ connect(mclicker, SIGNAL(logTime(QString)), this, SLOT(logTime(QString)));
+ #endif
+
+- QString baseFile = QApplication::applicationDirPath() + "/gmapbase.html";
++ QString baseFile = "/usr/share/gpsbabel/gmapbase.html";
+ if (!QFile(baseFile).exists()) {
+ QMessageBox::critical(nullptr, appName,
+ tr("Missing \"gmapbase.html\" file. Check installation"));